-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tests): EIP-7702: test set code tx ideas implementation #981
Conversation
7524711
to
5009dda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All tests look good to me, just some comments.
8fb3439
to
5d0179e
Compare
b01c835
to
64aa914
Compare
9ab093f
to
3418a0b
Compare
79138c4
to
54b4886
Compare
47605ed
to
fe964b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not finish the review, but I have some comments so far. Overall I think it's a nice addition to the 7702 test set 👍
37f3baa
to
d9bd4ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for implementing this!
…m#981) * test set code tx ideas * address comments * changelog * 7702 gas measure * make black happy * storage modifications, static context * clarify gas prices * reentrancy test * revert scenarios * suicide a pointer that points to newly created account * fix Ruff * apply suggestions * Update tests/prague/eip7702_set_code_tx/test_set_code_txs_2.py --------- Co-authored-by: Mario Vega <marioevz@gmail.com>
🗒️ Description
Write tests for ideas from the issue
🔗 Related Issues
#952
✅ Checklist
mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.